home *** CD-ROM | disk | FTP | other *** search
- ===================================================================
- ===================================================================
- ========= Quick, Permanent File Deleter =======================
- ===================================================================
- ===================================================================
-
- A freebee from Dave Smith
-
-
- Usage: BYE [filename]
-
-
- This utility totally deletes any file you specify by doing the
- following:
-
-
- 1. Sets Day, Month, Year, Hour, Minute and Second of file's date to zero.
- 2. Truncates file contents until reaches zero length.
- 3. Sets attribute of file to Read-Only, and Hidden.
- 4. Deletes file.
-
-
-
-
- NOTE: All traces of file are lost permanently. I have attempted recovery
- with Norton Utilities 5.0 and PCTOOLS 6.0, both of which did not
- notice the deleted file.
-
- Once a file is killed, it cannot be brought back, therefore please
- use with caution !!
-
- ========================================================================
- This is version 1.1, because version 1.0 was written in Turbo C++,
- and was unnecessarily large (8324 bytes).
- Assembler was a much better choice for such an easy-utility !
- ========================================================================
-
-
- Public Domain Software: Dave Smith, Compuserve 71441,2723.
-
-